PERFORM CHECKLIST FOR EFFECT ERRORS

This command will create a checklist an error report upon failure to load an FX file.

  Syntax
PERFORM CHECKLIST FOR EFFECT ERRORS
PERFORM CHECKLIST FOR EFFECT ERRORS Effect Number
  Parameters
Effect Number
Integer
This value is an integer number such as 1.

  Returns

This command does not return a value.

  Description

The checklist strings will contain a single line of the report, for however large the report is.

  Example Code
load effect "badshader.fx",1,0
perform checklist for effect errors 1
for c=1 to checklist quantity()
print checklist string$(c)
next c
wait key
  See also

BASIC3D Commands Menu
Index